This repository was archived by the owner on Nov 10, 2025. It is now read-only.
Conversation
Bumps [bundler](https://bundler.io/) from 2.6.3 to 2.7.1. When using the latest version of RubyGems with Bundler 2.6.3 a number of `redefined constant` errors are emitted, so this commit bumps Bundler. - [Release notes](https://github.com/rubygems/rubygems/releases/tag/bundler-v2.7.1) - [Changelog](https://github.com/rubygems/rubygems/blob/bundler-v2.7.1/bundler/CHANGELOG.md) - [Commits](ruby/rubygems@bundler-v2.6.3...bundler-v2.7.1) Note that this bump drops support for Ruby 3.1.
The latest version of Bundler was complaining that
Platform :mingw, :x64_mingw is deprecated. Please use platform :windows instead.
This commit updates the line for the debug gem in to oblige it. This
should work with all installations of this app, since Bundler will
always install the version of Bundler specified in the lockfile before
proceeding.
We also add `require: "debug/prelude"` to the line for the debug gem to
match what is generated by `rails new` (see [[1]]); this might also give
a small speedup.
[1]: rails/rails@7254549
|
theseanything
approved these changes
Jul 29, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



What problem does this pull request solve?
Bumps bundler from 2.6.3 to 2.7.1.
When using the latest version of RubyGems with Bundler 2.6.3 a number of
redefined constanterrors are emitted, so this commit bumps Bundler.Note that this bump drops support for Ruby 3.1.
Things to consider when reviewing